home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 3290 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.9 KB  |  59 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: news.gil.com.au!mgooch
  3. From: mgooch@gil.com.au
  4. Subject: Installation GVP Spectrum
  5. Message-ID: <Do8qzF.DnC@gil.com.au>
  6. Date: Thu, 14 Mar 1996 04:54:51 GMT
  7. Organization: Global Infolinks Internet Server, Ipswich Qld Australia
  8. X-Newsreader: TIN [version 1.2 PL2]
  9.  
  10. I am trying to install version 6.2/7.1 of the GVP Spectrum EGS Software 
  11. by VIONA Development. I am having trouble with the implementation of the 
  12. instructions - sparse as they are.
  13.  
  14. I have the EGSAmigaDriver Script in my WBSTARTUP Drawer -
  15.  
  16. --------------------------------------------------------------------
  17. ;$VER: EGSAmigaDriverScript (28.02.1994) by MVK !
  18. ;
  19. IF $EGSEXISTS EQ TRUE
  20.    EGS:c/EGSConfig LOAD egs:Driver/EGSAmigaDriver
  21. EndIF
  22. --------------------------------------------------------------------
  23.  
  24. I am desperately trying to find a home for the EGS monitor script. 
  25. According to the instructions:
  26.  
  27. "- Changes
  28.  
  29. 1) In the directory "Devs:Monitors" is now a monitor (script) file,
  30.    which initialised the EGS-System before the command
  31.    "C:IPREFS" is called in the "startup-sequence".
  32.    You can now install and deinstall the EGS-System during
  33.    moving this Monitor-File out/in the "devs:Monitors" drawer.
  34.  
  35.    The EGS-Monitors-File looks like this:
  36.  
  37.    ;
  38.    ; $VER: EGS-MonitorScript 1.2 (28.02.1994) by MvK
  39.    ;
  40.    IF NOT $EGSEXISTS EQ TRUE
  41.                      assign EGS: WB_3.x:EGS       ; Please check / change
  42.                      assign Libs: EGS:Libs ADD    ; the path !
  43.                      Stack 20000"
  44.  
  45. {BIG SNIP}
  46. --------------------------------------------------------------------
  47.  
  48. If this is done the system quite rightly throws a fit as the script is 
  49. not executable so why put it there ?
  50.  
  51. Best I can do is put it in WBStartup or run it in the Startup-sequence 
  52. proper - both are very messy and the bootscreen perpetually hangs.
  53.  
  54. Any advice would be appreciated
  55.  
  56. Kindest Regards, Mick Gooch.
  57. mgooch@iccu6.ipswich.gil.com.au
  58.  
  59.